home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / expandp.h < prev    next >
Text File  |  1996-01-30  |  699b  |  29 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. /*  expand */
  11. void expand(Node);
  12.  
  13. /* expand2 */
  14. void expand_line();
  15. int in_bin_ops(Symbol);
  16. int in_un_ops(Symbol);
  17. void expand_block(Node, Node, Node, Node);
  18. Symbol op_kind(Node);
  19. static void replace_name(Node, Symbol, Symbol);
  20. void check_priv_instance(Tuple, Symbolmap);
  21. void expand_decl(Node);
  22. void expand_type(Node);
  23. void expand_subtype(Node);
  24. void expand_attr(Node);
  25. void expand_string(Node);
  26. void expand_op(Node);
  27. void expand_for(Node);
  28. void mint(Node);
  29.